Dart.Sockets Namespace > UdpBase Class > Send Method : Send(Byte[],String,Int32) Method |
'Declaration Public Overloads Function Send( _ ByVal buffer() As Byte, _ ByVal hostNameOrAddress As String, _ ByVal port As Integer _ ) As Datagram
'Usage Dim instance As UdpBase Dim buffer() As Byte Dim hostNameOrAddress As String Dim port As Integer Dim value As Datagram value = instance.Send(buffer, hostNameOrAddress, port)
public: Datagram^ Send( array<byte>^ buffer, String^ hostNameOrAddress, int port )